How to Install pyflakes software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install pyflakes software package in Ubuntu 14.04 LTS (Trusty Tahr)

pyflakes software package provides passive checker of Python 2 and 3 programs, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install pyflakes 

pyflakes is installed in your system.

Make ensure the pyflakes package were installed using the commands given below,

$ sudo dpkg-query -l | grep pyflakes *

You will get with pyflakes package name, version, architecture and description in a table

pyflakes package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Interpreters
Package pyflakes
Version 0.8.1-1
Description passive checker of Python 2 and 3 programs
Sub Section Interpreters


See Also, How to uninstall or remove pyflakes software package from Ubuntu 14.04 LTS (Trusty Tahr)?